//==============================================================================
// TG Ballista shot_anim.txt
//==============================================================================

//==============================================================================
define tip
{
    set hotspot
    {
        version
        {
            Visualparticle SFX Ballista Trail Tip
        }
    }
}

//==============================================================================
//define trailfire
{
    set hotspot
    {
        version
        {
            Visualparticle SFX Ballista Fire Trail
        }
    }
}

//==============================================================================
define trailsmoke
{
    set hotspot
    {
        version
        {
            Visualparticle SFX Ballista Smoke Trail
        }
    }
}

//==============================================================================
anim idle
{
   SetSelector
   {
		set hotspot
		{
			version
			{
				Visual Projectile A Ballista Arrow
				ReplaceTexture siege n ballista bolt/siege n ballista bolt iron
				//VFXs
				connect fire tip hotspot
				connect hotspot trailfire hotspot
				connect hotspot trailsmoke hotspot
			}
		}
	}
}
